From 073b0dba6319b8cae70e56ab0bc77aba5a30e1f1 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 25 Jul 2007 19:49:09 +0000 Subject: [PATCH] test-all: Use environment variable GBTEMP. If you have a lot of free memory (>256MB) and GBTEMP is set to '/dev/shm' test-all runs some times faster. --- gpsbabel/test-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsbabel/test-all b/gpsbabel/test-all index c08a52df1..8e192eb9f 100755 --- a/gpsbabel/test-all +++ b/gpsbabel/test-all @@ -6,8 +6,7 @@ PNAME=${PNAME:-./gpsbabel} REFGPX="reference/expertgps.gpx" # reference file for all tests EXCL="ozi vitosmt" # exclude formats from test CAPS="" -# TEMPDIR=/dev/shm/gb-test-all -TEMPDIR=/tmp/gb-test-all +TEMPDIR=${GBTEMP:-/tmp}/gb-test-all CATALOG=/tmp/gb-test-all.done LOGFILE=/tmp/gb-test-all.log -- 2.30.2